home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 2 / MacAddict_002_1996_10.iso / Shareware / General / chipmunk-basic-3.2.8-fat / chipmunk-basic-3.2.8 ƒ / README < prev    next >
Text File  |  1995-12-12  |  2KB  |  43 lines

  1. Chipmunk Basic is a freeware old-fashioned Basic Interpreter, accelerated for
  2. the PowerMac, yet still compatible with old 68k Macs running System 6. It
  3. includes a simple sprite graphics engine.
  4.  
  5. Every personal computer should come with a simple, easy to learn, programming
  6. language.  Chipmunk Basic was my contribution for the very first PowerMacs.
  7. Version 3.2.8 is a both bug fix and new feature release.  It is still free for
  8. educational and non-commercial distribution and use (but only for those who
  9. don't believe that using the BASIC language causes brain damage :-).  Permission
  10. is granted to include this version of Chipmunk Basic on CD-ROM compendiums of
  11. Macintosh archives.  Please replace older versions of Chipmunk Basic in the
  12. archives with this version.
  13.  
  14. Chipmunk Basic only come with a man page and a quick reference to Mac specific
  15. functions.  The language is mostly compatible with books on programming in
  16. BASIC that were written between 1978 and 1988.
  17.  
  18. Please report any bugs you may find to rhn@netcom.com .
  19.  
  20. Version 3.2.0 fixes several bugs in the input statement and input$ function and
  21. problems with serial port I/O.  Added to the language are limited versions of
  22. the SELECT CASE statement, the PRINT USING statement and 16-bit integer arrays. 
  23. Version 3.2 is almost completely AppleScriptable and supports Drag & Drop.
  24. Version 3.2.1, fixes a problem with the Draglib link & SIZE resource.
  25. Version 3.2.3, variable name sizes & morse character bug fix.  MW C 1.3
  26. Version 3.2.6, various bug fixes.  compiled with MW C 1.3.1
  27. Version 3.2.8, fixed scrolling bug.  added types.  MW C 1.3.2
  28.  
  29.  * Chipmunk Basic is (c) Copyright 1990,1994 Ronald H. Nicholson, Jr.
  30.  * ALL RIGHTS RESERVED
  31.  *
  32.  * Permission to use, copy and distribute this software without fee
  33.  * for non-commercial or educational purposes is hereby granted, provided
  34.  * that the above copyright notice appear in all copies and that both
  35.  * the copyright notice and this permission notice appear in supporting
  36.  * documentation.
  37.  *
  38.  * This program is distributed in the hope that it will be useful, but
  39.  * WITHOUT ANY WARRANTY OF ANY KIND; not even the implied warranty of
  40.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  41.  
  42. -- cut here --
  43.